home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ultimedia 1
/
Ultimedia 1.iso
/
tools
/
cdplayer
/
jukebox
/
addcd.jb
next >
Wrap
Text File
|
1993-12-09
|
256b
|
12 lines
/* append one disc, edit catalog, open catalog */
catalog append;
save;
options results;
getattr project;
cat = result;
getattr portname;
port = result;
address command;
'ed -s '|| '"' || cat || '"'
'rx "address '''||port||'''; open force '''||cat||''';"'